Uses of Class
control.SimulatedBy

Packages that use SimulatedBy
control   
presentation   
 

Uses of SimulatedBy in control
 

Fields in control declared as SimulatedBy
private  SimulatedBy OrchestratorKey.s
           
 

Fields in control with type parameters of type SimulatedBy
private  java.util.Set<SimulatedBy> Simulation.pairs
           
 

Methods in control that return SimulatedBy
 SimulatedBy OrchestratorKey.getSimulatedBy()
          gets the pair of states which are in this orchestrator key
 

Methods in control that return types with arguments of type SimulatedBy
protected  java.util.Iterator<SimulatedBy> Simulation.getSimulationSet()
          gets an iterator on the element of the simulation set
 java.util.Iterator<SimulatedBy> Orchestrator.getSimulationSet()
          gets an iterator on the simulation set
 

Methods in control with parameters of type SimulatedBy
protected  boolean Simulation.contains(SimulatedBy sb)
          checks if the given pair of states is present in the simulation set
 

Constructors in control with parameters of type SimulatedBy
OrchestratorKey(SimulatedBy s, Action action)
           
 

Uses of SimulatedBy in presentation
 

Fields in presentation declared as SimulatedBy
private  SimulatedBy ExecuteOrchestratorPanel.sm